home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / NoTB / cb_toolbar.xrc next >
Extensible Markup Language  |  2004-02-12  |  1KB  |  33 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="cb_toolbar">
  4.         <style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
  5.         <dontattachtoframe>1</dontattachtoframe>
  6.         <object class="tool" name="ID_TOOLCODE">
  7.             <radio>1</radio>
  8.             <bitmap>./img/cb_sortcode.png</bitmap>
  9.             <tooltip>Sort by code</tooltip>
  10.             <longhelp>Sort the class browser view according to the code layout</longhelp>
  11.             </object>
  12.         <object class="tool" name="ID_TOOLAL">
  13.             <radio>1</radio>
  14.             <bitmap>./img/cb_sortal.png</bitmap>
  15.             <tooltip>Sort alphabetically</tooltip>
  16.             <longhelp>Sort the class browser elements alphabetically</longhelp>
  17.             </object>
  18.         <object class="tool" name="ID_TOOLCAT">
  19.             <radio>1</radio>
  20.             <bitmap>./img/cb_sortcat.png</bitmap>
  21.             <tooltip>Sort categorized</tooltip>
  22.             <longhelp>Sort the class browser categorized, according to code</longhelp>
  23.             </object>
  24.         <object class="separator" />
  25.         <object class="tool" name="ID_TOOLSRCH">
  26.             <toggle>1</toggle>
  27.             <bitmap>./img/cb_search.png</bitmap>
  28.             <tooltip>Incremental search</tooltip>
  29.             <longhelp>Open incremental search window, searches the tree for desired element</longhelp>
  30.             </object>
  31.     </object>
  32. </resource>
  33.